diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-07 17:24:02 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-07 17:24:02 -0500 |
| commit | 1bc4acd67aec9abcb797c7c2c4e1a43523ff72d7 (patch) | |
| tree | a566cf3d00bb4304dd91f6049433caa232e5b2e4 /src/app/groups/[groupId]/group-tabs.tsx | |
| parent | 0b27f90fb76a2492c17a958b6dd807e6fbbf8030 (diff) | |
Logo, banner
Diffstat (limited to 'src/app/groups/[groupId]/group-tabs.tsx')
| -rw-r--r-- | src/app/groups/[groupId]/group-tabs.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/groups/[groupId]/group-tabs.tsx b/src/app/groups/[groupId]/group-tabs.tsx index e5c48c2..28b4889 100644 --- a/src/app/groups/[groupId]/group-tabs.tsx +++ b/src/app/groups/[groupId]/group-tabs.tsx @@ -15,7 +15,7 @@ export function GroupTabs({ groupId }: Props) { return ( <Tabs value={value} - className="mb-4" + className="mb-4 [&>*]:border" onValueChange={(value) => { router.push(`/groups/${groupId}/${value}`) }} |
